From: Jonathan Dieter Date: Tue, 18 Sep 2018 12:53:05 +0000 (+0100) Subject: Add stdlib.h and stdbool.h to zck.h as we use types defined in them in the X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~105 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d318da241d2d64cf44f6116f7b92b021241986f3;p=zchunk.git Add stdlib.h and stdbool.h to zck.h as we use types defined in them in the header Signed-off-by: Jonathan Dieter --- diff --git a/include/zck.h.in b/include/zck.h.in index e9f1a9c..034b7e6 100644 --- a/include/zck.h.in +++ b/include/zck.h.in @@ -3,6 +3,9 @@ #define ZCK_VERSION "@version@" +#include +#include + typedef enum zck_hash { ZCK_HASH_SHA1, ZCK_HASH_SHA256,